Conversation
|
Best reviewed: commit by commit
Optimal code review plan (1 warning)
|
|
This pull request fixes 1 alert when merging c210fc5 into 245afd0 - view on LGTM.com fixed alerts:
|
|
Pull request analysis by VIZIPI Below you will find who is the most qualified team member to review your code. Reviewers with knowledge related to these changes
Potential missing files from this Pull requestfiles commonly committed with a subset of this pr, but not committed this time. (click to collapse)
Committed file ranks(click to expand)95.45%[src/DataTable.vue] 92.42%[src/components/TableData.vue] 86.36%[src/components/FilterDropdown.vue] 98.48%[package-lock.json] 96.97%[package.json] 78.79%[src/components/Filtering.vue] 68.18%[webpack.config.js] 62.12%[README.md] 68.18%[src/main.js] 77.27%[test/specs/DataTable.spec.js] |
| <vue-select ref="select" v-model="filter.value" :options="dropdownOptions" v-if="filter.multiple" | ||
| :multiple="true" | ||
| :reduce="item => item.value" placeholder="All"/> | ||
| <select v-else v-model="filter.value" :style="dropdownStyle" :name="`${filter.filter}`"> |
There was a problem hiding this comment.
Looks like there's a label missing for this input. That makes it hard for people using screen readers or voice control to use the input.
|
This pull request fixes 1 alert when merging f446f6c into 245afd0 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging e3ad3b7 into 245afd0 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging 9b78c01 into 245afd0 - view on LGTM.com fixed alerts:
|

-Add ability to filter by multiple dropdown values